func math.modf 2 uses math (current package) modf.go#L17: return modf(f) modf.go#L20: func modf(f float64) (int float64, frac float64) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)